* Fix for r60163: in RC/RCL, hash together all the options, not just namespace, in...
authorTim Starling <tstarling@users.mediawiki.org>
Wed, 10 Feb 2010 04:13:43 +0000 (04:13 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Wed, 10 Feb 2010 04:13:43 +0000 (04:13 +0000)
commite185e2b9b36babb3db1036e84f2dd2d2bccda304
treee35964dcf2f30abd9789756eafd97786ff5bf347
parentcf5abc9daf79d54ec1568fda98c9812a7a5c826b
* Fix for r60163: in RC/RCL, hash together all the options, not just namespace, in order to form the cache key.
* Removed Crb from the credits since none of his code remains.
* Fixed two bugs which both broke feed links on RCL: $this->mTargetTitle not initialised when setTopText() is called, and $out->setFeedAppendQuery() in setBottomText() overridden by a subsequent call to setSyndicated(). Fixed both by rearranging data flow, using memoized accessors instead of setup functions to eliminate bugs due to execution order.
* Renamed a few variables which were unclear ($feed and $feedObj).
CREDITS
includes/ChangesFeed.php
includes/specials/SpecialRecentchanges.php
includes/specials/SpecialRecentchangeslinked.php